#!/bin/csh -f

set me = $0
set thisDir = $me:h
if ($thisDir == "osm_force_indent") then
	 set thisDir = "."
endif

setenv CFILE $argv[1]
xemacs -b -nw -l $thisDir/osm_force_indent.el

